home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kids' Bible Fun Pack
/
Kids' CD-ROM Bible Fun Pack (1997)(Education Publishing Concepts)[Mac-PC].iso
/
pc
/
BIBLESTO
/
SMO15.DIR
/
00086_Script_86
< prev
next >
Wrap
Text File
|
1996-09-07
|
607b
|
25 lines
on exitFrame
global camlist
repeat with roll = 1 to 30
if rollover(roll) then
if getAt(camlist,roll) = 1 then
set the cursor of sprite roll to [500,501]
updatestage
repeat while rollover (roll)
if the mouseDown then
set the cursor of sprite roll to [500,501]
updatestage
repeat while the mouseDown
nothing
end repeat
exit repeat
end if
end repeat
cursor 0
end if
end if
end repeat
cursor 0
go the frame
end